Html Css Color HEX #CFE2DF Jagged Ice

📋 copy color: '#CFE2DF'

red 207 ◦ green 226 ◦ blue 223

#CFE2DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagged Ice #CFE2DF

Tints of Jagged Ice #CFE2DF

RGB

 RED value IS 207 (81.25% from 255) = 31.55%

 GREEN value IS 226 (88.67% from 255) = 34.45%

 BLUE value IS 223 (87.5% from 255) = 33.99%

R = 31.55%
G = 34.45%
B = 33.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFE2DF (or 0xCFE2DF) is known color: Jagged Ice. HEX triplet: CF, E2 and DF. RGB value is (207,226,223). Sum of RGB (Red+Green+Blue) = 207+226+223=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 226 (88.67% from 255 or 34.45% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE2DF is #301D20. Grayscale: #DBDBDB. Windows color (decimal): -3153185 or 14672591. OLE color: 14672591.

HSL color Cylindrical-coordinate representation of color #CFE2DF: hue angle of 170.53º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFE2DF is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 226 223 -
CMYK 0.08 0 0.01 0.11
HSL 170.53º 0.25% 0.85% -
HSV(B) 170.53º 0.08% 0.89% -
XYZ 66.25 72.99 80.41 -
YUV 219.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 207 226 223 0.08 0 0.01 0.11 170.53 0.25 0.85
Hex CF E2 DF 8 0 1 B AB 19 55
Octal 317 342 337 10 0 1 13 253 31 125
Binary 11001111 11100010 11011111 1000 0 1 1011 10101011 11001 1010101

Color Harmonies of #CFE2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE2DF

Black with #CFE2DF

Text Example


Text Example

White with #CFE2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE2DF; }

 p { color: rgb(207,226,223); }

 H1.HeaderClassName
 {
   color: #CFE2DF;
 }
 .AnyTagClassName
 {
   color: #CFE2DF;
 }
</style>

background-color css

<style>
 a { background-color: #CFE2DF; }

 a { background-color: rgb(207,226,223); }

 div.DivClassName
 {
   background-color: #CFE2DF;
 }
 .BgClassName
 {
   background-color: #CFE2DF;
 }
</style>

border-color css

<style>
 span { border-color: #CFE2DF; }

 span { border-color: rgb(207,226,223); }

 td.TdClassName
 {
   border-color: #CFE2DF;
 }
 .TagClassName
 {
   border-color: #CFE2DF;
 }
</style>