Html Css Color HEX #CFEAE5 Jagged Ice

📋 copy color: '#CFEAE5'

red 207 ◦ green 234 ◦ blue 229

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

Shades of Jagged Ice #CFEAE5

Tints of Jagged Ice #CFEAE5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.93%

 BLUE value IS 229 (89.84% from 255) = 34.18%

R = 30.9%
G = 34.93%
B = 34.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#CFEAE5 (or 0xCFEAE5) is known color: Jagged Ice. HEX triplet: CF, EA and E5. RGB value is (207,234,229). Sum of RGB (Red+Green+Blue) = 207+234+229=670 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.90% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEAE5 is #30151A. Grayscale: #E1E1E1. Windows color (decimal): -3151131 or 15067855. OLE color: 15067855.

HSL color Cylindrical-coordinate representation of color #CFEAE5: hue angle of 168.89º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFEAE5 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 234 229 -
CMYK 0.12 0 0.02 0.08
HSL 168.89º 0.39% 0.86% -
HSV(B) 168.89º 0.12% 0.92% -
XYZ 69.3 77.77 85.49 -
YUV 225.36 130.05 114.91 -
System Red Green Blue C M Y K H S L
Decimal 207 234 229 0.12 0 0.02 0.08 168.89 0.39 0.86
Hex CF EA E5 C 0 2 8 A9 27 56
Octal 317 352 345 14 0 2 10 251 47 126
Binary 11001111 11101010 11100101 1100 0 10 1000 10101001 100111 1010110

Color Harmonies of #CFEAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEAE5

Black with #CFEAE5

Text Example


Text Example

White with #CFEAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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