Html Css Color HEX #CFE1DD Jagged Ice

📋 copy color: '#CFE1DD'

red 207 ◦ green 225 ◦ blue 221

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

Shades of Jagged Ice #CFE1DD

Tints of Jagged Ice #CFE1DD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.46%

 BLUE value IS 221 (86.72% from 255) = 33.84%

R = 31.7%
G = 34.46%
B = 33.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#CFE1DD (or 0xCFE1DD) is known color: Jagged Ice. HEX triplet: CF, E1 and DD. RGB value is (207,225,221). Sum of RGB (Red+Green+Blue) = 207+225+221=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1DD is #301E22. Grayscale: #DBDBDB. Windows color (decimal): -3153443 or 14541263. OLE color: 14541263.

HSL color Cylindrical-coordinate representation of color #CFE1DD: hue angle of 166.67º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFE1DD is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 225 221 -
CMYK 0.08 0 0.02 0.12
HSL 166.67º 0.23% 0.85% -
HSV(B) 166.67º 0.08% 0.88% -
XYZ 65.71 72.34 78.91 -
YUV 219.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 207 225 221 0.08 0 0.02 0.12 166.67 0.23 0.85
Hex CF E1 DD 8 0 2 C A7 17 55
Octal 317 341 335 10 0 2 14 247 27 125
Binary 11001111 11100001 11011101 1000 0 10 1100 10100111 10111 1010101

Color Harmonies of #CFE1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE1DD

Black with #CFE1DD

Text Example


Text Example

White with #CFE1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE1DD; }

 p { color: rgb(207,225,221); }

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

background-color css

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

 a { background-color: rgb(207,225,221); }

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

border-color css

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

 span { border-color: rgb(207,225,221); }

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