Html Css Color HEX #CCE7ED Onahau

📋 copy color: '#CCE7ED'

red 204 ◦ green 231 ◦ blue 237

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

Shades of Onahau #CCE7ED

Tints of Onahau #CCE7ED

RGB

 RED value IS 204 (80.08% from 255) = 30.36%

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

 BLUE value IS 237 (92.97% from 255) = 35.27%

R = 30.36%
G = 34.38%
B = 35.27%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCE7ED (or 0xCCE7ED) is known color: Onahau. HEX triplet: CC, E7 and ED. RGB value is (204,231,237). Sum of RGB (Red+Green+Blue) = 204+231+237=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 231 (90.62% from 255 or 34.38% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCE7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE7ED is #331812. Grayscale: #DFDFDF. Windows color (decimal): -3348499 or 15591372. OLE color: 15591372.

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

Color convert

RGB 204 231 237 -
CMYK 0.14 0.03 0 0.07
HSL 190.91º 0.48% 0.86% -
HSV(B) 190.91º 0.14% 0.93% -
XYZ 68.76 76.1 91.19 -
YUV 223.61 135.55 114.01 -
System Red Green Blue C M Y K H S L
Decimal 204 231 237 0.14 0.03 0 0.07 190.91 0.48 0.86
Hex CC E7 ED E 3 0 7 BF 30 56
Octal 314 347 355 16 3 0 7 277 60 126
Binary 11001100 11100111 11101101 1110 11 0 111 10111111 110000 1010110

Color Harmonies of #CCE7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE7ED

Black with #CCE7ED

Text Example


Text Example

White with #CCE7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE7ED; }

 p { color: rgb(204,231,237); }

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

background-color css

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

 a { background-color: rgb(204,231,237); }

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

border-color css

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

 span { border-color: rgb(204,231,237); }

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