Html Css Color HEX #CCECF1 Onahau

📋 copy color: '#CCECF1'

red 204 ◦ green 236 ◦ blue 241

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

Shades of Onahau #CCECF1

Tints of Onahau #CCECF1

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.65%

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

R = 29.96%
G = 34.65%
B = 35.39%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCECF1 (or 0xCCECF1) is known color: Onahau. HEX triplet: CC, EC and F1. RGB value is (204,236,241). Sum of RGB (Red+Green+Blue) = 204+236+241=681 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.96% from 681); Green value is 236 (92.58% from 255 or 34.65% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECF1 is #33130E. Grayscale: #E2E2E2. Windows color (decimal): -3347215 or 15854796. OLE color: 15854796.

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

Color convert

RGB 204 236 241 -
CMYK 0.15 0.02 0 0.05
HSL 188.11º 0.57% 0.87% -
HSV(B) 188.11º 0.15% 0.95% -
XYZ 70.77 79.18 94.77 -
YUV 227 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 204 236 241 0.15 0.02 0 0.05 188.11 0.57 0.87
Hex CC EC F1 F 2 0 5 BC 39 57
Octal 314 354 361 17 2 0 5 274 71 127
Binary 11001100 11101100 11110001 1111 10 0 101 10111100 111001 1010111

Color Harmonies of #CCECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECF1

Black with #CCECF1

Text Example


Text Example

White with #CCECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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