Html Css Color HEX #CFE7E2 Jagged Ice

📋 copy color: '#CFE7E2'

red 207 ◦ green 231 ◦ blue 226

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

Shades of Jagged Ice #CFE7E2

Tints of Jagged Ice #CFE7E2

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.79%

 BLUE value IS 226 (88.67% from 255) = 34.04%

R = 31.17%
G = 34.79%
B = 34.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#CFE7E2 (or 0xCFE7E2) is known color: Jagged Ice. HEX triplet: CF, E7 and E2. RGB value is (207,231,226). Sum of RGB (Red+Green+Blue) = 207+231+226=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 231 (90.62% from 255 or 34.79% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE7E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE7E2 is #30181D. Grayscale: #DFDFDF. Windows color (decimal): -3151902 or 14870479. OLE color: 14870479.

HSL color Cylindrical-coordinate representation of color #CFE7E2: hue angle of 167.5º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE7E2 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 231 226 -
CMYK 0.10 0 0.02 0.09
HSL 167.5º 0.33% 0.86% -
HSV(B) 167.5º 0.1% 0.91% -
XYZ 68.04 75.91 83.02 -
YUV 223.25 129.55 116.41 -
System Red Green Blue C M Y K H S L
Decimal 207 231 226 0.10 0 0.02 0.09 167.5 0.33 0.86
Hex CF E7 E2 A 0 2 9 A8 21 56
Octal 317 347 342 12 0 2 11 250 41 126
Binary 11001111 11100111 11100010 1010 0 10 1001 10101000 100001 1010110

Color Harmonies of #CFE7E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE7E2

Black with #CFE7E2

Text Example


Text Example

White with #CFE7E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE7E2; }

 p { color: rgb(207,231,226); }

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

background-color css

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

 a { background-color: rgb(207,231,226); }

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

border-color css

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

 span { border-color: rgb(207,231,226); }

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