Html Css Color HEX #CADFE6 Onahau

📋 copy color: '#CADFE6'

red 202 ◦ green 223 ◦ blue 230

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

Shades of Onahau #CADFE6

Tints of Onahau #CADFE6

RGB

 RED value IS 202 (79.3% from 255) = 30.84%

 GREEN value IS 223 (87.5% from 255) = 34.05%

 BLUE value IS 230 (90.23% from 255) = 35.11%

R = 30.84%
G = 34.05%
B = 35.11%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CADFE6 (or 0xCADFE6) is known color: Onahau. HEX triplet: CA, DF and E6. RGB value is (202,223,230). Sum of RGB (Red+Green+Blue) = 202+223+230=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 230 - color contains mainly: blue. Hex color #CADFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADFE6 is #352019. Grayscale: #D9D9D9. Windows color (decimal): -3481626 or 15130570. OLE color: 15130570.

HSL color Cylindrical-coordinate representation of color #CADFE6: hue angle of 195º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CADFE6 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 223 230 -
CMYK 0.12 0.03 0 0.10
HSL 195º 0.36% 0.85% -
HSV(B) 195º 0.12% 0.9% -
XYZ 65.03 71.05 85.15 -
YUV 217.52 135.04 116.93 -
System Red Green Blue C M Y K H S L
Decimal 202 223 230 0.12 0.03 0 0.10 195 0.36 0.85
Hex CA DF E6 C 3 0 A C3 24 55
Octal 312 337 346 14 3 0 12 303 44 125
Binary 11001010 11011111 11100110 1100 11 0 1010 11000011 100100 1010101

Color Harmonies of #CADFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADFE6

Black with #CADFE6

Text Example


Text Example

White with #CADFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADFE6; }

 p { color: rgb(202,223,230); }

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

background-color css

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

 a { background-color: rgb(202,223,230); }

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

border-color css

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

 span { border-color: rgb(202,223,230); }

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