Html Css Color HEX #CCEAF1 Onahau

📋 copy color: '#CCEAF1'

red 204 ◦ green 234 ◦ blue 241

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

Shades of Onahau #CCEAF1

Tints of Onahau #CCEAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.49%

R = 30.04%
G = 34.46%
B = 35.49%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCEAF1 (or 0xCCEAF1) is known color: Onahau. HEX triplet: CC, EA and F1. RGB value is (204,234,241). Sum of RGB (Red+Green+Blue) = 204+234+241=679 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.04% from 679); Green value is 234 (91.80% from 255 or 34.46% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCEAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEAF1 is #33150E. Grayscale: #E1E1E1. Windows color (decimal): -3347727 or 15854284. OLE color: 15854284.

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

Color convert

RGB 204 234 241 -
CMYK 0.15 0.03 0 0.05
HSL 191.35º 0.57% 0.87% -
HSV(B) 191.35º 0.15% 0.95% -
XYZ 70.2 78.03 94.58 -
YUV 225.83 136.56 112.43 -
System Red Green Blue C M Y K H S L
Decimal 204 234 241 0.15 0.03 0 0.05 191.35 0.57 0.87
Hex CC EA F1 F 3 0 5 BF 39 57
Octal 314 352 361 17 3 0 5 277 71 127
Binary 11001100 11101010 11110001 1111 11 0 101 10111111 111001 1010111

Color Harmonies of #CCEAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEAF1

Black with #CCEAF1

Text Example


Text Example

White with #CCEAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEAF1; }

 p { color: rgb(204,234,241); }

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

background-color css

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

 a { background-color: rgb(204,234,241); }

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

border-color css

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

 span { border-color: rgb(204,234,241); }

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