Html Css Color HEX #CFE5E1 Jagged Ice

📋 copy color: '#CFE5E1'

red 207 ◦ green 229 ◦ blue 225

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

Shades of Jagged Ice #CFE5E1

Tints of Jagged Ice #CFE5E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.04%

R = 31.32%
G = 34.64%
B = 34.04%

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

#CFE5E1 (or 0xCFE5E1) is known color: Jagged Ice. HEX triplet: CF, E5 and E1. RGB value is (207,229,225). Sum of RGB (Red+Green+Blue) = 207+229+225=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 229 (89.84% from 255 or 34.64% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE5E1 is #301A1E. Grayscale: #DDDDDD. Windows color (decimal): -3152415 or 14804431. OLE color: 14804431.

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

Color convert

RGB 207 229 225 -
CMYK 0.10 0 0.02 0.10
HSL 169.09º 0.3% 0.85% -
HSV(B) 169.09º 0.1% 0.9% -
XYZ 67.34 74.74 82.11 -
YUV 221.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 207 229 225 0.10 0 0.02 0.10 169.09 0.3 0.85
Hex CF E5 E1 A 0 2 A A9 1E 55
Octal 317 345 341 12 0 2 12 251 36 125
Binary 11001111 11100101 11100001 1010 0 10 1010 10101001 11110 1010101

Color Harmonies of #CFE5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE5E1

Black with #CFE5E1

Text Example


Text Example

White with #CFE5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE5E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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