Html Css Color HEX #CFE5E0 Jagged Ice

📋 copy color: '#CFE5E0'

red 207 ◦ green 229 ◦ blue 224

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

Shades of Jagged Ice #CFE5E0

Tints of Jagged Ice #CFE5E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.94%

R = 31.36%
G = 34.7%
B = 33.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#CFE5E0 (or 0xCFE5E0) is known color: Jagged Ice. HEX triplet: CF, E5 and E0. RGB value is (207,229,224). Sum of RGB (Red+Green+Blue) = 207+229+224=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 229 (89.84% from 255 or 34.70% from 660); Blue value is 224 (87.89% from 255 or 33.94% from 660); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE5E0 is #301A1F. Grayscale: #DDDDDD. Windows color (decimal): -3152416 or 14738895. OLE color: 14738895.

HSL color Cylindrical-coordinate representation of color #CFE5E0: hue angle of 166.36º 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 #CFE5E0 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 229 224 -
CMYK 0.10 0 0.02 0.10
HSL 166.36º 0.3% 0.85% -
HSV(B) 166.36º 0.1% 0.9% -
XYZ 67.21 74.69 81.39 -
YUV 221.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 207 229 224 0.10 0 0.02 0.10 166.36 0.3 0.85
Hex CF E5 E0 A 0 2 A A6 1E 55
Octal 317 345 340 12 0 2 12 246 36 125
Binary 11001111 11100101 11100000 1010 0 10 1010 10100110 11110 1010101

Color Harmonies of #CFE5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE5E0

Black with #CFE5E0

Text Example


Text Example

White with #CFE5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE5E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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