Html Css Color HEX #CFEEE8 Jagged Ice

📋 copy color: '#CFEEE8'

red 207 ◦ green 238 ◦ blue 232

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

Shades of Jagged Ice #CFEEE8

Tints of Jagged Ice #CFEEE8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.16%

 BLUE value IS 232 (91.02% from 255) = 34.27%

R = 30.58%
G = 35.16%
B = 34.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#CFEEE8 (or 0xCFEEE8) is known color: Jagged Ice. HEX triplet: CF, EE and E8. RGB value is (207,238,232). Sum of RGB (Red+Green+Blue) = 207+238+232=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 238 (93.36% from 255 or 35.16% from 677); Blue value is 232 (91.02% from 255 or 34.27% from 677); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEEE8 is #301117. Grayscale: #E4E4E4. Windows color (decimal): -3150104 or 15265487. OLE color: 15265487.

HSL color Cylindrical-coordinate representation of color #CFEEE8: hue angle of 168.39º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEEE8 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 238 232 -
CMYK 0.13 0 0.03 0.07
HSL 168.39º 0.48% 0.87% -
HSV(B) 168.39º 0.13% 0.93% -
XYZ 70.87 80.24 88.1 -
YUV 228.05 130.23 112.99 -
System Red Green Blue C M Y K H S L
Decimal 207 238 232 0.13 0 0.03 0.07 168.39 0.48 0.87
Hex CF EE E8 D 0 3 7 A8 30 57
Octal 317 356 350 15 0 3 7 250 60 127
Binary 11001111 11101110 11101000 1101 0 11 111 10101000 110000 1010111

Color Harmonies of #CFEEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEEE8

Black with #CFEEE8

Text Example


Text Example

White with #CFEEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEEE8; }

 p { color: rgb(207,238,232); }

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

background-color css

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

 a { background-color: rgb(207,238,232); }

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

border-color css

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

 span { border-color: rgb(207,238,232); }

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