Html Css Color HEX #CFE4DF Jagged Ice

📋 copy color: '#CFE4DF'

red 207 ◦ green 228 ◦ blue 223

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

Shades of Jagged Ice #CFE4DF

Tints of Jagged Ice #CFE4DF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.65%

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

R = 31.46%
G = 34.65%
B = 33.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#CFE4DF (or 0xCFE4DF) is known color: Jagged Ice. HEX triplet: CF, E4 and DF. RGB value is (207,228,223). Sum of RGB (Red+Green+Blue) = 207+228+223=658 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.46% from 658); Green value is 228 (89.45% from 255 or 34.65% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE4DF is #301B20. Grayscale: #DDDDDD. Windows color (decimal): -3152673 or 14673103. OLE color: 14673103.

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

Color convert

RGB 207 228 223 -
CMYK 0.09 0 0.02 0.11
HSL 165.71º 0.28% 0.85% -
HSV(B) 165.71º 0.09% 0.89% -
XYZ 66.79 74.08 80.59 -
YUV 221.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 207 228 223 0.09 0 0.02 0.11 165.71 0.28 0.85
Hex CF E4 DF 9 0 2 B A6 1C 55
Octal 317 344 337 11 0 2 13 246 34 125
Binary 11001111 11100100 11011111 1001 0 10 1011 10100110 11100 1010101

Color Harmonies of #CFE4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE4DF

Black with #CFE4DF

Text Example


Text Example

White with #CFE4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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