Html Css Color HEX #CFE5DF Jagged Ice

📋 copy color: '#CFE5DF'

red 207 ◦ green 229 ◦ blue 223

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

Shades of Jagged Ice #CFE5DF

Tints of Jagged Ice #CFE5DF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.75%

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

R = 31.41%
G = 34.75%
B = 33.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#CFE5DF (or 0xCFE5DF) is known color: Jagged Ice. HEX triplet: CF, E5 and DF. RGB value is (207,229,223). Sum of RGB (Red+Green+Blue) = 207+229+223=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 229 (89.84% from 255 or 34.75% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE5DF is #301A20. Grayscale: #DDDDDD. Windows color (decimal): -3152417 or 14673359. OLE color: 14673359.

HSL color Cylindrical-coordinate representation of color #CFE5DF: hue angle of 163.64º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE5DF is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 229 223 -
CMYK 0.10 0 0.03 0.10
HSL 163.64º 0.3% 0.85% -
HSV(B) 163.64º 0.1% 0.9% -
XYZ 67.07 74.63 80.68 -
YUV 221.74 128.71 117.49 -
System Red Green Blue C M Y K H S L
Decimal 207 229 223 0.10 0 0.03 0.10 163.64 0.3 0.85
Hex CF E5 DF A 0 3 A A4 1E 55
Octal 317 345 337 12 0 3 12 244 36 125
Binary 11001111 11100101 11011111 1010 0 11 1010 10100100 11110 1010101

Color Harmonies of #CFE5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE5DF

Black with #CFE5DF

Text Example


Text Example

White with #CFE5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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