Html Css Color HEX #CFE3E0 Jagged Ice

📋 copy color: '#CFE3E0'

red 207 ◦ green 227 ◦ blue 224

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

Shades of Jagged Ice #CFE3E0

Tints of Jagged Ice #CFE3E0

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.5%

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

R = 31.46%
G = 34.5%
B = 34.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#CFE3E0 (or 0xCFE3E0) is known color: Jagged Ice. HEX triplet: CF, E3 and E0. RGB value is (207,227,224). Sum of RGB (Red+Green+Blue) = 207+227+224=658 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.46% from 658); Green value is 227 (89.06% from 255 or 34.50% from 658); Blue value is 224 (87.89% from 255 or 34.04% from 658); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE3E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE3E0 is #301C1F. Grayscale: #DCDCDC. Windows color (decimal): -3152928 or 14738383. OLE color: 14738383.

HSL color Cylindrical-coordinate representation of color #CFE3E0: hue angle of 171º degrees, saturation: 0.26, 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 #CFE3E0 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 227 224 -
CMYK 0.09 0 0.01 0.11
HSL 171º 0.26% 0.85% -
HSV(B) 171º 0.09% 0.89% -
XYZ 66.66 73.59 81.21 -
YUV 220.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 207 227 224 0.09 0 0.01 0.11 171 0.26 0.85
Hex CF E3 E0 9 0 1 B AB 1A 55
Octal 317 343 340 11 0 1 13 253 32 125
Binary 11001111 11100011 11100000 1001 0 1 1011 10101011 11010 1010101

Color Harmonies of #CFE3E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE3E0

Black with #CFE3E0

Text Example


Text Example

White with #CFE3E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE3E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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