Html Css Color HEX #CCEDF2 Onahau

📋 copy color: '#CCEDF2'

red 204 ◦ green 237 ◦ blue 242

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

Shades of Onahau #CCEDF2

Tints of Onahau #CCEDF2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.7%

 BLUE value IS 242 (94.92% from 255) = 35.43%

R = 29.87%
G = 34.7%
B = 35.43%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCEDF2 (or 0xCCEDF2) is known color: Onahau. HEX triplet: CC, ED and F2. RGB value is (204,237,242). Sum of RGB (Red+Green+Blue) = 204+237+242=683 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.87% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCEDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEDF2 is #33120D. Grayscale: #E3E3E3. Windows color (decimal): -3346958 or 15920588. OLE color: 15920588.

HSL color Cylindrical-coordinate representation of color #CCEDF2: hue angle of 187.89º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCEDF2 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 237 242 -
CMYK 0.16 0.02 0 0.05
HSL 187.89º 0.59% 0.87% -
HSV(B) 187.89º 0.16% 0.95% -
XYZ 71.21 79.82 95.66 -
YUV 227.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 204 237 242 0.16 0.02 0 0.05 187.89 0.59 0.87
Hex CC ED F2 10 2 0 5 BC 3B 57
Octal 314 355 362 20 2 0 5 274 73 127
Binary 11001100 11101101 11110010 10000 10 0 101 10111100 111011 1010111

Color Harmonies of #CCEDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEDF2

Black with #CCEDF2

Text Example


Text Example

White with #CCEDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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