Html Css Color HEX #CFE7E3 Jagged Ice

📋 copy color: '#CFE7E3'

red 207 ◦ green 231 ◦ blue 227

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

Shades of Jagged Ice #CFE7E3

Tints of Jagged Ice #CFE7E3

RGB

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

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

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

R = 31.13%
G = 34.74%
B = 34.14%

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

#CFE7E3 (or 0xCFE7E3) is known color: Jagged Ice. HEX triplet: CF, E7 and E3. RGB value is (207,231,227). Sum of RGB (Red+Green+Blue) = 207+231+227=665 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.13% from 665); Green value is 231 (90.62% from 255 or 34.74% from 665); Blue value is 227 (89.06% from 255 or 34.14% from 665); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE7E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE7E3 is #30181C. Grayscale: #DFDFDF. Windows color (decimal): -3151901 or 14936015. OLE color: 14936015.

HSL color Cylindrical-coordinate representation of color #CFE7E3: hue angle of 170º 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 #CFE7E3 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 231 227 -
CMYK 0.10 0 0.02 0.09
HSL 170º 0.33% 0.86% -
HSV(B) 170º 0.1% 0.91% -
XYZ 68.17 75.96 83.74 -
YUV 223.37 130.05 116.33 -
System Red Green Blue C M Y K H S L
Decimal 207 231 227 0.10 0 0.02 0.09 170 0.33 0.86
Hex CF E7 E3 A 0 2 9 AA 21 56
Octal 317 347 343 12 0 2 11 252 41 126
Binary 11001111 11100111 11100011 1010 0 10 1001 10101010 100001 1010110

Color Harmonies of #CFE7E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE7E3

Black with #CFE7E3

Text Example


Text Example

White with #CFE7E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE7E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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