#CAECF1

Color #CAECF1 Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #CAECF1

Tints of Onahau #CAECF1

Color information

#CAECF1 (or 0xCAECF1) is unknown color: approx Onahau. HEX triplet: CA, EC and F1. RGB value is (202,236,241). Sum of RGB (Red+Green+Blue) = 202+236+241=679 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.75% from 679); Green value is 236 (92.58% from 255 or 34.76% 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 #CAECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAECF1 is #35130E. Grayscale: #E2E2E2. Windows color (decimal): -3478287 or 15854794. OLE color: 15854794.

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

Color convert

RGB202236241-
CMYK0.160.0200.05
HSL187.69º58.21%86.86%-
HSV(B)187.69º16.18%94.51%-
XYZ70.2378.994.75-
YUV226.4136.24110.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.75%
GREEN value IS 236 (92.58% from 255) = 34.76%
BLUE value IS 241 (94.53% from 255) = 35.49%
R=29.75%
G=34.76%
B=35.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022362410.160.0200.05187.6958.2186.86
HexCAECF110205bc3a57
Octal3123543612020527472127
Binary11001010111011001111000110000100101101111001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAECF1; }

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

 H1.HeaderClassName
 {
   color: #CAECF1;
 }
 .AnyTagClassName
 {
   color: #CAECF1;
 }
</style>
background-color css

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

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

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

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

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

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