Html Css Color HEX #CFE6E3 Jagged Ice

📋 copy color: '#CFE6E3'

red 207 ◦ green 230 ◦ blue 227

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

Shades of Jagged Ice #CFE6E3

Tints of Jagged Ice #CFE6E3

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.64%

 BLUE value IS 227 (89.06% from 255) = 34.19%

R = 31.17%
G = 34.64%
B = 34.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#CFE6E3 (or 0xCFE6E3) is known color: Jagged Ice. HEX triplet: CF, E6 and E3. RGB value is (207,230,227). Sum of RGB (Red+Green+Blue) = 207+230+227=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 230 (90.23% from 255 or 34.64% from 664); Blue value is 227 (89.06% from 255 or 34.19% from 664); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE6E3 is #30191C. Grayscale: #DEDEDE. Windows color (decimal): -3152157 or 14935759. OLE color: 14935759.

HSL color Cylindrical-coordinate representation of color #CFE6E3: hue angle of 172.17º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE6E3 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 230 227 -
CMYK 0.10 0 0.01 0.10
HSL 172.17º 0.32% 0.86% -
HSV(B) 172.17º 0.1% 0.9% -
XYZ 67.89 75.41 83.65 -
YUV 222.78 130.38 116.74 -
System Red Green Blue C M Y K H S L
Decimal 207 230 227 0.10 0 0.01 0.10 172.17 0.32 0.86
Hex CF E6 E3 A 0 1 A AC 20 56
Octal 317 346 343 12 0 1 12 254 40 126
Binary 11001111 11100110 11100011 1010 0 1 1010 10101100 100000 1010110

Color Harmonies of #CFE6E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE6E3

Black with #CFE6E3

Text Example


Text Example

White with #CFE6E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE6E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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